go/types.Named.check (field)

9 uses

	go/types (current package)
		named.go#L110: 	check *Checker  // non-nil during type-checking; nil otherwise
		named.go#L244: 	typ := &Named{check: check, obj: obj, fromRHS: underlying, underlying: underlying, methods: methods}
		named.go#L275: 	typ := &Named{check: check, obj: obj, inst: inst}
		named.go#L302: 	t.check = nil
		named.go#L400: 	check := t.check
		named.go#L558: 	if n0.check == nil {
		named.go#L564: 	check := n0.check
		named.go#L633: 	check := n.check
		named.go#L673: 	underlying := n.check.subst(n.obj.pos, orig.underlying, smap, n, ctxt)